Get App Running Status
Command Prototype
bRet=App.GetStatus(sName)
Command Description
Get the running status of the app, return true if the app is still running, and return false if the app has exited
Parameter Description
- Required Parameter
- sName--App process name or process PID
- return
- bRet--The variable used to save the output of the function call